ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / Uptrend Property






In This Topic
    Uptrend Property (Fibonacci<T>)
    In This Topic
    Gets or sets a value indicating whether to create uptrending Fibonacci tool.
    Syntax
    'Declaration
     
    
    Public Property Uptrend As System.Boolean
    'Usage
     
    
    Dim instance As Fibonacci(Of T)
    Dim value As System.Boolean
     
    instance.Uptrend = value
     
    value = instance.Uptrend
    public System.bool Uptrend {get; set;}
    public read-write property Uptrend: System.Boolean; 
    public function get,set Uptrend : System.boolean
    public: __property System.bool get_Uptrend();
    public: __property void set_Uptrend( 
       System.bool value
    );
    public:
    property System.bool Uptrend {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    Default value is true(uptrend). If the value is false, the downtrending levels are plotted.
    See Also